home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / praga.dxr / 00067.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  271 b   |  16 lines

  1. on exitFrame
  2.   if the movieTime of sprite 15 = the duration of cast 65 then
  3.     set the sound of cast 65 to 0
  4.     unLoadCast(65)
  5.     InVis(15)
  6.     go("ecr3")
  7.   else
  8.     Loopframe()
  9.   end if
  10.   if rollOver(15) then
  11.     cursor([901, 902])
  12.   else
  13.     cursor(-1)
  14.   end if
  15. end
  16.